home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / InsPaneID.nib / data.classes next >
Text File  |  1994-03-08  |  763b  |  58 lines

  1. InsPaneID = {
  2.     ACTIONS = {
  3.     inspectParent:;
  4.     editPrivateScript:;
  5.     editScript:;
  6.     browseSelection:;
  7.     };
  8.     OUTLETS = {
  9.     parentNameField;
  10.     nameField;
  11.     privateScriptStatus;
  12.     idNumField;
  13.     privateScriptButton;
  14.     optionButtons;
  15.     scriptStatusField;
  16.     };
  17.     SUPERCLASS = InsPane;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. InsPane = {
  25.     ACTIONS = {
  26.     sendOk:;
  27.     };
  28.     OUTLETS = {
  29.     selection;
  30.     inspector;
  31.     window;
  32.     ourView;
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36. Inspector = {
  37.     ACTIONS = {
  38.     selectPane:;
  39.     sendOk:;
  40.     ok:;
  41.     revert:;
  42.     };
  43.     OUTLETS = {
  44.     activeLayer;
  45.     paneView;
  46.     pageView;
  47.     inspectorPanel;
  48.     selection;
  49.     popUpButton;
  50.     popUpList;
  51.     classNameField;
  52.     okButton;
  53.     insPane;
  54.     currentPane;
  55.     };
  56.     SUPERCLASS = Object;
  57. };
  58.